Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Language Basics
1) Block scope
2) Call static method
3) Cause compiler error when Option Strict On
4) Class definition with namespace
5) Compile Visual Basic source code in command line
6) Concatenate strings in Console WriteLine statement
7) Convert what you type to value type
8) Define variable inside If statement
9) Define your own namespace
10) Demonstrates scope rules and instance variables
11) Every console app starts with Main
12) Function local variables
13) compile and run the code in this tutorial
14) Local variable shadows global variable with the same name
15) Match a pattern from user input
16) Module global variable
17) Option Explicit Off
18) Output string to the Console
19) Read a complete line of text
20) Read a single character
21) Read a string from console
22) Read keyboard input
23) Reference variable index in Console WriteLine
24) Simple Visual Basic program
25) Static Variable
26) Sub scope
27) Turn Explicit off to use variable without declaration
28) Use Console WriteLine to display various type variables
29) Use Do Loop to read user input
30) Use Namespace
31) Use namespace to remove the conflicts
32) Use While to read user input
33) Variable block scope
34) Variable index
35) Variable scope in try catch statement
36) Write some text based on the specified data type
37) Writing line of text with multiple statements